home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / para.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  398 b   |  23 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(3) or rollOver(4) then
  5.       cursor([901, 902])
  6.     else
  7.       if rollOver(22) or rollOver(23) then
  8.         cursor([901, 902])
  9.       else
  10.         cursor(-1)
  11.       end if
  12.     end if
  13.   end if
  14.   if act = 1 then
  15.     if rollOver(25) or rollOver(26) then
  16.       cursor([901, 902])
  17.     else
  18.       cursor(-1)
  19.     end if
  20.   end if
  21.   Loopframe()
  22. end
  23.